pub struct DateRole {
pub name: String,
}Fields§
§name: StringTrait Implementations§
impl StructuralPartialEq for DateRole
Auto Trait Implementations§
impl Freeze for DateRole
impl RefUnwindSafe for DateRole
impl Send for DateRole
impl Sync for DateRole
impl Unpin for DateRole
impl UnsafeUnpin for DateRole
impl UnwindSafe for DateRole
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