pub struct ExternalPtr {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl Clone for ExternalPtr
impl Clone for ExternalPtr
Source§fn clone(&self) -> ExternalPtr
fn clone(&self) -> ExternalPtr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExternalPtr
impl Debug for ExternalPtr
Source§impl Encode for ExternalPtr
impl Encode for ExternalPtr
Source§impl From<ExternalPtr> for ExprKind
impl From<ExternalPtr> for ExprKind
Source§fn from(ptr: ExternalPtr) -> Self
fn from(ptr: ExternalPtr) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExternalPtr
impl RefUnwindSafe for ExternalPtr
impl Send for ExternalPtr
impl Sync for ExternalPtr
impl Unpin for ExternalPtr
impl UnsafeUnpin for ExternalPtr
impl UnwindSafe for ExternalPtr
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