pub struct Encoder {
pub name: String,
/* private fields */
}Fields§
§name: StringImplementations§
Trait Implementations§
Source§impl NewSwarmObject<()> for Encoder
impl NewSwarmObject<()> for Encoder
Source§impl SwarmObject<()> for Encoder
impl SwarmObject<()> for Encoder
Source§impl Updateable for Encoder
impl Updateable for Encoder
fn handle_subscription(&mut self, message: &RPCReturnParam)
Auto Trait Implementations§
impl Freeze for Encoder
impl RefUnwindSafe for Encoder
impl Send for Encoder
impl Sync for Encoder
impl Unpin for Encoder
impl UnwindSafe for Encoder
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