pub struct UpdateAttributes;
Trait Implementations§
Source§impl Method for UpdateAttributes
impl Method for UpdateAttributes
Source§type Request = WireMutableNodeAttributes
type Request = WireMutableNodeAttributes
The request payload for the method.
Auto Trait Implementations§
impl Freeze for UpdateAttributes
impl RefUnwindSafe for UpdateAttributes
impl Send for UpdateAttributes
impl Sync for UpdateAttributes
impl Unpin for UpdateAttributes
impl UnwindSafe for UpdateAttributes
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