pub struct NodeUpdateOptsBuilder { /* private fields */ }
Available on crate feature
swarm
only.Implementations§
Trait Implementations§
Source§impl Debug for NodeUpdateOptsBuilder
impl Debug for NodeUpdateOptsBuilder
Auto Trait Implementations§
impl Freeze for NodeUpdateOptsBuilder
impl RefUnwindSafe for NodeUpdateOptsBuilder
impl Send for NodeUpdateOptsBuilder
impl Sync for NodeUpdateOptsBuilder
impl Unpin for NodeUpdateOptsBuilder
impl UnwindSafe for NodeUpdateOptsBuilder
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