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