pub struct StaticBaseline {
pub class_id: ClassId,
pub raw: Stream<'static>,
}
Fields§
§class_id: ClassId
§raw: Stream<'static>
Implementations§
Trait Implementations§
Source§impl Clone for StaticBaseline
impl Clone for StaticBaseline
Source§fn clone(&self) -> StaticBaseline
fn clone(&self) -> StaticBaseline
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StaticBaseline
impl RefUnwindSafe for StaticBaseline
impl !Send for StaticBaseline
impl !Sync for StaticBaseline
impl Unpin for StaticBaseline
impl UnwindSafe for StaticBaseline
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