pub struct SetProtectedAudienceKAnonymity {
pub owner: String,
pub name: String,
pub hashes: Vec<u8>,
}Fields§
§owner: String§name: String§hashes: Vec<u8>Trait Implementations§
Source§impl Clone for SetProtectedAudienceKAnonymity
impl Clone for SetProtectedAudienceKAnonymity
Source§fn clone(&self) -> SetProtectedAudienceKAnonymity
fn clone(&self) -> SetProtectedAudienceKAnonymity
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<'de> Deserialize<'de> for SetProtectedAudienceKAnonymity
impl<'de> Deserialize<'de> for SetProtectedAudienceKAnonymity
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 Method for SetProtectedAudienceKAnonymity
impl Method for SetProtectedAudienceKAnonymity
const NAME: &'static str = "Storage.setProtectedAudienceKAnonymity"
type ReturnObject = SetProtectedAudienceKAnonymityReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetProtectedAudienceKAnonymity
impl PartialEq for SetProtectedAudienceKAnonymity
Source§fn eq(&self, other: &SetProtectedAudienceKAnonymity) -> bool
fn eq(&self, other: &SetProtectedAudienceKAnonymity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetProtectedAudienceKAnonymity
Auto Trait Implementations§
impl Freeze for SetProtectedAudienceKAnonymity
impl RefUnwindSafe for SetProtectedAudienceKAnonymity
impl Send for SetProtectedAudienceKAnonymity
impl Sync for SetProtectedAudienceKAnonymity
impl Unpin for SetProtectedAudienceKAnonymity
impl UnwindSafe for SetProtectedAudienceKAnonymity
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