pub struct HeadCommandOptions {}
Expand description
Options for the head operation
Intentionally blank to leave room for future options
Trait Implementations§
Source§impl Debug for HeadCommandOptions
impl Debug for HeadCommandOptions
Source§impl Default for HeadCommandOptions
impl Default for HeadCommandOptions
Source§fn default() -> HeadCommandOptions
fn default() -> HeadCommandOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HeadCommandOptions
impl RefUnwindSafe for HeadCommandOptions
impl Send for HeadCommandOptions
impl Sync for HeadCommandOptions
impl Unpin for HeadCommandOptions
impl UnwindSafe for HeadCommandOptions
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