pub struct StringIdFunction {
pub name: ManagedStringId,
pub system_name: ManagedStringId,
pub filename: ManagedStringId,
}Fields§
§name: ManagedStringId§system_name: ManagedStringId§filename: ManagedStringIdTrait Implementations§
Source§impl Clone for StringIdFunction
impl Clone for StringIdFunction
Source§fn clone(&self) -> StringIdFunction
fn clone(&self) -> StringIdFunction
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 StringIdFunction
impl Debug for StringIdFunction
Source§impl Default for StringIdFunction
impl Default for StringIdFunction
Source§fn default() -> StringIdFunction
fn default() -> StringIdFunction
Returns the “default value” for a type. Read more
Source§impl PartialEq for StringIdFunction
impl PartialEq for StringIdFunction
impl Copy for StringIdFunction
impl Eq for StringIdFunction
impl StructuralPartialEq for StringIdFunction
Auto Trait Implementations§
impl Freeze for StringIdFunction
impl RefUnwindSafe for StringIdFunction
impl Send for StringIdFunction
impl Sync for StringIdFunction
impl Unpin for StringIdFunction
impl UnwindSafe for StringIdFunction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.