pub enum AttServer<'d> {
Response(AttRsp<'d>),
Unsolicited(AttUns<'d>),
}
Expand description
ATT Server PDU (Response, Unsolicited)
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'d> Freeze for AttServer<'d>
impl<'d> RefUnwindSafe for AttServer<'d>
impl<'d> Send for AttServer<'d>
impl<'d> Sync for AttServer<'d>
impl<'d> Unpin for AttServer<'d>
impl<'d> UnwindSafe for AttServer<'d>
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