pub struct ShellHookAttachment {
pub filename: String,
pub size_bytes: u64,
pub local_path: Option<String>,
}Fields§
§filename: String§size_bytes: u64§local_path: Option<String>Trait Implementations§
Source§impl Debug for ShellHookAttachment
impl Debug for ShellHookAttachment
Auto Trait Implementations§
impl Freeze for ShellHookAttachment
impl RefUnwindSafe for ShellHookAttachment
impl Send for ShellHookAttachment
impl Sync for ShellHookAttachment
impl Unpin for ShellHookAttachment
impl UnsafeUnpin for ShellHookAttachment
impl UnwindSafe for ShellHookAttachment
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