Struct utils::test_utils::AlteredToml [−][src]
pub struct AlteredToml(_, _, _);Expand description
A simple struct which allows a property on toml to be changed.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AlteredToml
impl Send for AlteredToml
impl Sync for AlteredToml
impl Unpin for AlteredToml
impl UnwindSafe for AlteredToml
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self into a collection.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
