pub struct CreateTagOption {
pub message: Option<String>,
pub tag_name: String,
pub target: Option<String>,
}Expand description
CreateTagOption options when creating a tag
Fields§
§message: Option<String>§tag_name: String§target: Option<String>Trait Implementations§
Source§impl Clone for CreateTagOption
impl Clone for CreateTagOption
Source§fn clone(&self) -> CreateTagOption
fn clone(&self) -> CreateTagOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateTagOption
impl Debug for CreateTagOption
Source§impl<'de> Deserialize<'de> for CreateTagOption
impl<'de> Deserialize<'de> for CreateTagOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateTagOption
impl PartialEq for CreateTagOption
Source§impl Serialize for CreateTagOption
impl Serialize for CreateTagOption
impl StructuralPartialEq for CreateTagOption
Auto Trait Implementations§
impl Freeze for CreateTagOption
impl RefUnwindSafe for CreateTagOption
impl Send for CreateTagOption
impl Sync for CreateTagOption
impl Unpin for CreateTagOption
impl UnwindSafe for CreateTagOption
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