pub struct SetBlockedUrLsResult {}Trait Implementations§
Source§impl Clone for SetBlockedUrLsResult
impl Clone for SetBlockedUrLsResult
Source§fn clone(&self) -> SetBlockedUrLsResult
fn clone(&self) -> SetBlockedUrLsResult
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 SetBlockedUrLsResult
impl Debug for SetBlockedUrLsResult
Source§impl Default for SetBlockedUrLsResult
impl Default for SetBlockedUrLsResult
Source§fn default() -> SetBlockedUrLsResult
fn default() -> SetBlockedUrLsResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetBlockedUrLsResult
impl<'de> Deserialize<'de> for SetBlockedUrLsResult
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 SetBlockedUrLsResult
impl PartialEq for SetBlockedUrLsResult
Source§impl Serialize for SetBlockedUrLsResult
impl Serialize for SetBlockedUrLsResult
Source§impl TryFrom<Value> for SetBlockedUrLsResult
impl TryFrom<Value> for SetBlockedUrLsResult
impl StructuralPartialEq for SetBlockedUrLsResult
Auto Trait Implementations§
impl Freeze for SetBlockedUrLsResult
impl RefUnwindSafe for SetBlockedUrLsResult
impl Send for SetBlockedUrLsResult
impl Sync for SetBlockedUrLsResult
impl Unpin for SetBlockedUrLsResult
impl UnsafeUnpin for SetBlockedUrLsResult
impl UnwindSafe for SetBlockedUrLsResult
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