pub struct AlertMessagePayload {
pub level: AlertLevel,
pub description: AlertDescription,
}
Fields§
§level: AlertLevel
§description: AlertDescription
Implementations§
Trait Implementations§
Source§impl Codec for AlertMessagePayload
impl Codec for AlertMessagePayload
Auto Trait Implementations§
impl Freeze for AlertMessagePayload
impl RefUnwindSafe for AlertMessagePayload
impl Send for AlertMessagePayload
impl Sync for AlertMessagePayload
impl Unpin for AlertMessagePayload
impl UnwindSafe for AlertMessagePayload
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