pub struct ShadowPendingItem {
pub id: String,
pub text: String,
pub line: usize,
}Fields§
§id: String§text: String§line: usizeImplementations§
Trait Implementations§
Source§impl Clone for ShadowPendingItem
impl Clone for ShadowPendingItem
Source§fn clone(&self) -> ShadowPendingItem
fn clone(&self) -> ShadowPendingItem
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 moreSource§impl Debug for ShadowPendingItem
impl Debug for ShadowPendingItem
impl Eq for ShadowPendingItem
Source§impl PartialEq for ShadowPendingItem
impl PartialEq for ShadowPendingItem
impl StructuralPartialEq for ShadowPendingItem
Auto Trait Implementations§
impl Freeze for ShadowPendingItem
impl RefUnwindSafe for ShadowPendingItem
impl Send for ShadowPendingItem
impl Sync for ShadowPendingItem
impl Unpin for ShadowPendingItem
impl UnsafeUnpin for ShadowPendingItem
impl UnwindSafe for ShadowPendingItem
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.