pub struct OptionsRequest {
pub prefixed_key: Option<String>,
pub data: Option<String>,
pub sync: Option<bool>,
pub keychain_access: Option<u32>,
}
Fields§
§prefixed_key: Option<String>
§data: Option<String>
§sync: Option<bool>
§keychain_access: Option<u32>
Trait Implementations§
Source§impl Debug for OptionsRequest
impl Debug for OptionsRequest
Source§impl<'de> Deserialize<'de> for OptionsRequest
impl<'de> Deserialize<'de> for OptionsRequest
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
Auto Trait Implementations§
impl Freeze for OptionsRequest
impl RefUnwindSafe for OptionsRequest
impl Send for OptionsRequest
impl Sync for OptionsRequest
impl Unpin for OptionsRequest
impl UnwindSafe for OptionsRequest
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