Struct plexo_sdk::common::commons::UpdateListInputBuilder
source · pub struct UpdateListInputBuilder { /* private fields */ }Expand description
Builder for UpdateListInput.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateListInputBuilder
impl RefUnwindSafe for UpdateListInputBuilder
impl Send for UpdateListInputBuilder
impl Sync for UpdateListInputBuilder
impl Unpin for UpdateListInputBuilder
impl UnwindSafe for UpdateListInputBuilder
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