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