Struct stun_types::attribute::ErrorCodeBuilder
source · pub struct ErrorCodeBuilder<'reason> { /* private fields */ }Expand description
Builder for an ErrorCode
Implementations§
source§impl<'reason> ErrorCodeBuilder<'reason>
impl<'reason> ErrorCodeBuilder<'reason>
Auto Trait Implementations§
impl<'reason> Freeze for ErrorCodeBuilder<'reason>
impl<'reason> RefUnwindSafe for ErrorCodeBuilder<'reason>
impl<'reason> Send for ErrorCodeBuilder<'reason>
impl<'reason> Sync for ErrorCodeBuilder<'reason>
impl<'reason> Unpin for ErrorCodeBuilder<'reason>
impl<'reason> UnwindSafe for ErrorCodeBuilder<'reason>
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