pub struct RatesWriter<S>(/* private fields */);Implementations§
Source§impl<S: SplitByteSlice> RatesWriter<S>
 
impl<S: SplitByteSlice> RatesWriter<S>
pub fn try_new(rates: S) -> Result<RatesWriter<S>, FrameWriteError>
pub fn write_supported_rates<B: Append>(&self, buf: &mut B)
pub fn write_extended_supported_rates<B: Append>(&self, buf: &mut B)
Auto Trait Implementations§
impl<S> Freeze for RatesWriter<S>where
    S: Freeze,
impl<S> RefUnwindSafe for RatesWriter<S>where
    S: RefUnwindSafe,
impl<S> Send for RatesWriter<S>where
    S: Send,
impl<S> Sync for RatesWriter<S>where
    S: Sync,
impl<S> Unpin for RatesWriter<S>where
    S: Unpin,
impl<S> UnwindSafe for RatesWriter<S>where
    S: UnwindSafe,
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