pub struct AuthorSettings {
pub name: AuthorName,
}Fields§
§name: AuthorNameTrait Implementations§
Source§impl Clone for AuthorSettings
impl Clone for AuthorSettings
Source§impl Debug for AuthorSettings
impl Debug for AuthorSettings
impl Eq for AuthorSettings
Source§impl PartialEq for AuthorSettings
impl PartialEq for AuthorSettings
Source§impl Serialize for AuthorSettings
impl Serialize for AuthorSettings
impl StructuralPartialEq for AuthorSettings
Auto Trait Implementations§
impl Freeze for AuthorSettings
impl RefUnwindSafe for AuthorSettings
impl Send for AuthorSettings
impl Sync for AuthorSettings
impl Unpin for AuthorSettings
impl UnsafeUnpin for AuthorSettings
impl UnwindSafe for AuthorSettings
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