pub struct AdminGroupQueryStatusId(/* private fields */);
Expand description
AdminGroupQueryStatusId
JSON schema
{
"type": "integer",
"enum": [
0,
1,
2,
99
]
}
Trait Implementations§
Source§impl Clone for AdminGroupQueryStatusId
impl Clone for AdminGroupQueryStatusId
Source§fn clone(&self) -> AdminGroupQueryStatusId
fn clone(&self) -> AdminGroupQueryStatusId
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 AdminGroupQueryStatusId
impl Debug for AdminGroupQueryStatusId
Source§impl Deref for AdminGroupQueryStatusId
impl Deref for AdminGroupQueryStatusId
Source§impl<'de> Deserialize<'de> for AdminGroupQueryStatusId
impl<'de> Deserialize<'de> for AdminGroupQueryStatusId
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 From<&AdminGroupQueryStatusId> for AdminGroupQueryStatusId
impl From<&AdminGroupQueryStatusId> for AdminGroupQueryStatusId
Source§fn from(value: &AdminGroupQueryStatusId) -> Self
fn from(value: &AdminGroupQueryStatusId) -> Self
Converts to this type from the input type.
Source§impl From<AdminGroupQueryStatusId> for i64
impl From<AdminGroupQueryStatusId> for i64
Source§fn from(value: AdminGroupQueryStatusId) -> Self
fn from(value: AdminGroupQueryStatusId) -> Self
Converts to this type from the input type.
Source§impl Serialize for AdminGroupQueryStatusId
impl Serialize for AdminGroupQueryStatusId
Source§impl TryFrom<i64> for AdminGroupQueryStatusId
impl TryFrom<i64> for AdminGroupQueryStatusId
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for AdminGroupQueryStatusId
impl RefUnwindSafe for AdminGroupQueryStatusId
impl Send for AdminGroupQueryStatusId
impl Sync for AdminGroupQueryStatusId
impl Unpin for AdminGroupQueryStatusId
impl UnwindSafe for AdminGroupQueryStatusId
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