pub struct StaticRegistrationOptions {
pub id: Option<String>,
}Fields§
§id: Option<String>Trait Implementations§
Source§impl Debug for StaticRegistrationOptions
impl Debug for StaticRegistrationOptions
Source§impl<'de> Deserialize<'de> for StaticRegistrationOptions
impl<'de> Deserialize<'de> for StaticRegistrationOptions
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 StaticRegistrationOptions
impl PartialEq for StaticRegistrationOptions
Source§fn eq(&self, other: &StaticRegistrationOptions) -> bool
fn eq(&self, other: &StaticRegistrationOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StaticRegistrationOptions
impl StructuralPartialEq for StaticRegistrationOptions
Auto Trait Implementations§
impl Freeze for StaticRegistrationOptions
impl RefUnwindSafe for StaticRegistrationOptions
impl Send for StaticRegistrationOptions
impl Sync for StaticRegistrationOptions
impl Unpin for StaticRegistrationOptions
impl UnsafeUnpin for StaticRegistrationOptions
impl UnwindSafe for StaticRegistrationOptions
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