pub struct FluidRefList(pub Vec<FluidRef>);Expand description
Fluid refs decoded from vanilla’s single-or-list codec shape at build time.
Tuple Fields§
§0: Vec<FluidRef>Trait Implementations§
Source§impl Clone for FluidRefList
impl Clone for FluidRefList
Source§fn clone(&self) -> FluidRefList
fn clone(&self) -> FluidRefList
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 moreAuto Trait Implementations§
impl Freeze for FluidRefList
impl RefUnwindSafe for FluidRefList
impl Send for FluidRefList
impl Sync for FluidRefList
impl Unpin for FluidRefList
impl UnsafeUnpin for FluidRefList
impl UnwindSafe for FluidRefList
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