pub struct BsSave {
pub arg1: Term,
}Fields§
§arg1: TermTrait Implementations§
Source§impl Decode for BsSave
impl Decode for BsSave
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for BsSave
impl RefUnwindSafe for BsSave
impl Send for BsSave
impl Sync for BsSave
impl Unpin for BsSave
impl UnsafeUnpin for BsSave
impl UnwindSafe for BsSave
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