pub struct ShieldListsCreate {
pub name: String,
pub description: Option<String>,
pub content: ShieldListContentRequest,
}Fields§
§name: String§description: Option<String>§content: ShieldListContentRequestTrait Implementations§
Source§impl Clone for ShieldListsCreate
impl Clone for ShieldListsCreate
Source§fn clone(&self) -> ShieldListsCreate
fn clone(&self) -> ShieldListsCreate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShieldListsCreate
impl Debug for ShieldListsCreate
Source§impl Default for ShieldListsCreate
impl Default for ShieldListsCreate
Source§fn default() -> ShieldListsCreate
fn default() -> ShieldListsCreate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ShieldListsCreate
impl<'de> Deserialize<'de> for ShieldListsCreate
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 ShieldListsCreate
impl PartialEq for ShieldListsCreate
Source§impl Serialize for ShieldListsCreate
impl Serialize for ShieldListsCreate
impl StructuralPartialEq for ShieldListsCreate
Auto Trait Implementations§
impl Freeze for ShieldListsCreate
impl RefUnwindSafe for ShieldListsCreate
impl Send for ShieldListsCreate
impl Sync for ShieldListsCreate
impl Unpin for ShieldListsCreate
impl UnsafeUnpin for ShieldListsCreate
impl UnwindSafe for ShieldListsCreate
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