pub struct PullOptions { /* private fields */ }
Implementations§
Source§impl PullOptions
impl PullOptions
Trait Implementations§
Source§impl Debug for PullOptions
impl Debug for PullOptions
Source§impl Default for PullOptions
impl Default for PullOptions
Source§fn default() -> PullOptions
fn default() -> PullOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PullOptions
impl RefUnwindSafe for PullOptions
impl Send for PullOptions
impl Sync for PullOptions
impl Unpin for PullOptions
impl UnwindSafe for PullOptions
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