pub struct NewStyleSheet<'a> {
pub scope_kind: GlossaryScopeKind,
pub scope_id: Option<&'a str>,
pub target_language: &'a str,
pub content_toml: &'a str,
pub fingerprint: &'a str,
}Fields§
§scope_kind: GlossaryScopeKind§scope_id: Option<&'a str>§target_language: &'a str§content_toml: &'a str§fingerprint: &'a strTrait Implementations§
Source§impl<'a> Clone for NewStyleSheet<'a>
impl<'a> Clone for NewStyleSheet<'a>
Source§fn clone(&self) -> NewStyleSheet<'a>
fn clone(&self) -> NewStyleSheet<'a>
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 moreimpl<'a> Copy for NewStyleSheet<'a>
Auto Trait Implementations§
impl<'a> Freeze for NewStyleSheet<'a>
impl<'a> RefUnwindSafe for NewStyleSheet<'a>
impl<'a> Send for NewStyleSheet<'a>
impl<'a> Sync for NewStyleSheet<'a>
impl<'a> Unpin for NewStyleSheet<'a>
impl<'a> UnsafeUnpin for NewStyleSheet<'a>
impl<'a> UnwindSafe for NewStyleSheet<'a>
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