Struct RemoteFileKind
#[repr(transparent)]pub struct RemoteFileKind(pub i32);Tuple Fields§
§0: i32Implementations§
§impl RemoteFileKind
impl RemoteFileKind
Trait Implementations§
§impl Clone for RemoteFileKind
impl Clone for RemoteFileKind
§fn clone(&self) -> RemoteFileKind
fn clone(&self) -> RemoteFileKind
Returns a duplicate 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 RemoteFileKind
impl Debug for RemoteFileKind
§impl Default for RemoteFileKind
impl Default for RemoteFileKind
§fn default() -> RemoteFileKind
fn default() -> RemoteFileKind
Returns the “default value” for a type. Read more
§impl PartialEq for RemoteFileKind
impl PartialEq for RemoteFileKind
impl Copy for RemoteFileKind
impl Eq for RemoteFileKind
impl StructuralPartialEq for RemoteFileKind
Auto Trait Implementations§
impl Freeze for RemoteFileKind
impl RefUnwindSafe for RemoteFileKind
impl Send for RemoteFileKind
impl Sync for RemoteFileKind
impl Unpin for RemoteFileKind
impl UnwindSafe for RemoteFileKind
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