pub struct Ban {
pub unban_time: i64,
pub reason: String,
}Fields§
§unban_time: i64§reason: StringTrait Implementations§
impl Eq for Ban
impl StructuralPartialEq for Ban
Auto Trait Implementations§
impl Freeze for Ban
impl RefUnwindSafe for Ban
impl Send for Ban
impl Sync for Ban
impl Unpin for Ban
impl UnwindSafe for Ban
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