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