pub struct StandaloneMsg<'a> { /* private fields */ }
Implementations§
Source§impl StandaloneMsg<'_>
impl StandaloneMsg<'_>
pub fn get_max_size(&self) -> usize
pub fn get_switch_over_size(&self) -> usize
pub fn get_exploder_uri(&self) -> Option<String>
Auto Trait Implementations§
impl<'a> Freeze for StandaloneMsg<'a>
impl<'a> RefUnwindSafe for StandaloneMsg<'a>
impl<'a> Send for StandaloneMsg<'a>
impl<'a> Sync for StandaloneMsg<'a>
impl<'a> Unpin for StandaloneMsg<'a>
impl<'a> UnwindSafe for StandaloneMsg<'a>
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