pub struct AdminEntry {
pub domain_id: String,
pub admin_id: String,
}Fields§
§domain_id: String§admin_id: StringTrait Implementations§
Source§impl Clone for AdminEntry
impl Clone for AdminEntry
Source§fn clone(&self) -> AdminEntry
fn clone(&self) -> AdminEntry
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 AdminEntry
impl Debug for AdminEntry
Source§impl<'de> Deserialize<'de> for AdminEntry
impl<'de> Deserialize<'de> for AdminEntry
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 AdminEntry
impl RefUnwindSafe for AdminEntry
impl Send for AdminEntry
impl Sync for AdminEntry
impl Unpin for AdminEntry
impl UnsafeUnpin for AdminEntry
impl UnwindSafe for AdminEntry
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