pub struct CrystalShardsParser;Expand description
Parser for shard.yml files (Crystal Shards).
Trait Implementations§
Source§impl ManifestParser for CrystalShardsParser
impl ManifestParser for CrystalShardsParser
Auto Trait Implementations§
impl Freeze for CrystalShardsParser
impl RefUnwindSafe for CrystalShardsParser
impl Send for CrystalShardsParser
impl Sync for CrystalShardsParser
impl Unpin for CrystalShardsParser
impl UnsafeUnpin for CrystalShardsParser
impl UnwindSafe for CrystalShardsParser
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