pub struct SubjectEmpty { /* private fields */ }
Expand description
SubjectEmpty represents the subject-empty rule.
Trait Implementations§
Source§impl Clone for SubjectEmpty
impl Clone for SubjectEmpty
Source§fn clone(&self) -> SubjectEmpty
fn clone(&self) -> SubjectEmpty
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 SubjectEmpty
impl Debug for SubjectEmpty
Source§impl Default for SubjectEmpty
Default implementation of SubjectEmpty.
impl Default for SubjectEmpty
Default implementation of SubjectEmpty.
Source§impl<'de> Deserialize<'de> for SubjectEmpty
impl<'de> Deserialize<'de> for SubjectEmpty
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 SubjectEmpty
impl RefUnwindSafe for SubjectEmpty
impl Send for SubjectEmpty
impl Sync for SubjectEmpty
impl Unpin for SubjectEmpty
impl UnwindSafe for SubjectEmpty
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