Struct FolderDepth
#[repr(transparent)]pub struct FolderDepth(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl FolderDepth
impl FolderDepth
Trait Implementations§
§impl Clone for FolderDepth
impl Clone for FolderDepth
§fn clone(&self) -> FolderDepth
fn clone(&self) -> FolderDepth
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for FolderDepth
impl Debug for FolderDepth
§impl Default for FolderDepth
impl Default for FolderDepth
§fn default() -> FolderDepth
fn default() -> FolderDepth
Returns the “default value” for a type. Read more
§impl PartialEq for FolderDepth
impl PartialEq for FolderDepth
impl Copy for FolderDepth
impl Eq for FolderDepth
impl StructuralPartialEq for FolderDepth
Auto Trait Implementations§
impl Freeze for FolderDepth
impl RefUnwindSafe for FolderDepth
impl Send for FolderDepth
impl Sync for FolderDepth
impl Unpin for FolderDepth
impl UnwindSafe for FolderDepth
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more