pub struct UserWarning {
pub id: usize,
pub created: usize,
pub receiver: usize,
pub moderator: usize,
pub content: String,
}Fields§
§id: usize§created: usize§receiver: usize§moderator: usize§content: StringImplementations§
Source§impl UserWarning
impl UserWarning
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UserWarning
impl<'de> Deserialize<'de> for UserWarning
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 UserWarning
impl RefUnwindSafe for UserWarning
impl Send for UserWarning
impl Sync for UserWarning
impl Unpin for UserWarning
impl UnwindSafe for UserWarning
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