pub struct OutputPayloads {
pub primary: String,
pub outline: Option<String>,
}Fields§
§primary: String§outline: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputPayloads
impl RefUnwindSafe for OutputPayloads
impl Send for OutputPayloads
impl Sync for OutputPayloads
impl Unpin for OutputPayloads
impl UnwindSafe for OutputPayloads
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