pub struct StoredStyleSheet {
pub id: i64,
pub scope_kind: GlossaryScopeKind,
pub scope_id: Option<String>,
pub target_language: String,
pub content_toml: String,
pub fingerprint: String,
}Fields§
§id: i64§scope_kind: GlossaryScopeKind§scope_id: Option<String>§target_language: String§content_toml: String§fingerprint: StringTrait Implementations§
Source§impl Clone for StoredStyleSheet
impl Clone for StoredStyleSheet
Source§fn clone(&self) -> StoredStyleSheet
fn clone(&self) -> StoredStyleSheet
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 StoredStyleSheet
impl Debug for StoredStyleSheet
impl Eq for StoredStyleSheet
Source§impl PartialEq for StoredStyleSheet
impl PartialEq for StoredStyleSheet
Source§fn eq(&self, other: &StoredStyleSheet) -> bool
fn eq(&self, other: &StoredStyleSheet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoredStyleSheet
Auto Trait Implementations§
impl Freeze for StoredStyleSheet
impl RefUnwindSafe for StoredStyleSheet
impl Send for StoredStyleSheet
impl Sync for StoredStyleSheet
impl Unpin for StoredStyleSheet
impl UnsafeUnpin for StoredStyleSheet
impl UnwindSafe for StoredStyleSheet
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.