Struct plexo_sdk::labels::operations::UpdateLabelInput
source · pub struct UpdateLabelInput {
pub name: Option<String>,
pub description: Option<String>,
pub color: Option<String>,
}Fields§
§name: Option<String>§description: Option<String>§color: Option<String>Auto Trait Implementations§
impl RefUnwindSafe for UpdateLabelInput
impl Send for UpdateLabelInput
impl Sync for UpdateLabelInput
impl Unpin for UpdateLabelInput
impl UnwindSafe for UpdateLabelInput
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