pub struct BsRestore {
pub arg1: Term,
}Expand description
Deprecated.
Fields§
§arg1: TermTrait Implementations§
Source§impl Decode for BsRestore
impl Decode for BsRestore
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 BsRestore
impl RefUnwindSafe for BsRestore
impl Send for BsRestore
impl Sync for BsRestore
impl Unpin for BsRestore
impl UnsafeUnpin for BsRestore
impl UnwindSafe for BsRestore
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