pub struct NativeScripts(/* private fields */);
Implementations§
Source§impl NativeScripts
impl NativeScripts
Trait Implementations§
Source§impl AsRef<[NativeScript]> for NativeScripts
impl AsRef<[NativeScript]> for NativeScripts
Source§fn as_ref(&self) -> &[NativeScript]
fn as_ref(&self) -> &[NativeScript]
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for NativeScripts
impl Clone for NativeScripts
Source§fn clone(&self) -> NativeScripts
fn clone(&self) -> NativeScripts
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 NativeScripts
impl Debug for NativeScripts
Source§impl Decode for NativeScripts
impl Decode for NativeScripts
Source§impl From<Vec<NativeScript>> for NativeScripts
impl From<Vec<NativeScript>> for NativeScripts
Source§fn from(v: Vec<NativeScript>) -> Self
fn from(v: Vec<NativeScript>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NativeScripts
impl PartialEq for NativeScripts
impl Eq for NativeScripts
impl StructuralPartialEq for NativeScripts
Auto Trait Implementations§
impl Freeze for NativeScripts
impl RefUnwindSafe for NativeScripts
impl Send for NativeScripts
impl Sync for NativeScripts
impl Unpin for NativeScripts
impl UnwindSafe for NativeScripts
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