pub struct StandaloneSectionProtocol;
Expand description
Protocol implementation of standalone section.
Trait Implementations§
Source§impl Default for StandaloneSectionProtocol
impl Default for StandaloneSectionProtocol
Source§fn default() -> StandaloneSectionProtocol
fn default() -> StandaloneSectionProtocol
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StandaloneSectionProtocol
impl RefUnwindSafe for StandaloneSectionProtocol
impl Send for StandaloneSectionProtocol
impl Sync for StandaloneSectionProtocol
impl Unpin for StandaloneSectionProtocol
impl UnwindSafe for StandaloneSectionProtocol
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