pub struct CipherLoginUriModel {
pub uri: Option<String>,
pub match: Option<UriMatchType>,
}Fields§
§uri: Option<String>§match: Option<UriMatchType>Implementations§
source§impl CipherLoginUriModel
impl CipherLoginUriModel
pub fn new() -> CipherLoginUriModel
Trait Implementations§
source§impl Clone for CipherLoginUriModel
impl Clone for CipherLoginUriModel
source§fn clone(&self) -> CipherLoginUriModel
fn clone(&self) -> CipherLoginUriModel
Returns a copy 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 CipherLoginUriModel
impl Debug for CipherLoginUriModel
source§impl Default for CipherLoginUriModel
impl Default for CipherLoginUriModel
source§fn default() -> CipherLoginUriModel
fn default() -> CipherLoginUriModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CipherLoginUriModel
impl<'de> Deserialize<'de> for CipherLoginUriModel
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 CipherLoginUriModel
impl PartialEq for CipherLoginUriModel
source§fn eq(&self, other: &CipherLoginUriModel) -> bool
fn eq(&self, other: &CipherLoginUriModel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CipherLoginUriModel
impl Serialize for CipherLoginUriModel
impl StructuralPartialEq for CipherLoginUriModel
Auto Trait Implementations§
impl RefUnwindSafe for CipherLoginUriModel
impl Send for CipherLoginUriModel
impl Sync for CipherLoginUriModel
impl Unpin for CipherLoginUriModel
impl UnwindSafe for CipherLoginUriModel
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