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