pub struct IDLActorType {
pub typ: IDLType,
pub docs: Vec<String>,
}Fields§
§typ: IDLType§docs: Vec<String>Trait Implementations§
Source§impl Clone for IDLActorType
impl Clone for IDLActorType
Source§fn clone(&self) -> IDLActorType
fn clone(&self) -> IDLActorType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IDLActorType
impl RefUnwindSafe for IDLActorType
impl Send for IDLActorType
impl Sync for IDLActorType
impl Unpin for IDLActorType
impl UnsafeUnpin for IDLActorType
impl UnwindSafe for IDLActorType
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