pub enum SeedDirectiveType {
Linked(String),
Defined(PdaSeedNode),
}Variants§
Linked(String)
Defined(PdaSeedNode)
Trait Implementations§
Source§impl Debug for SeedDirectiveType
impl Debug for SeedDirectiveType
Source§impl PartialEq for SeedDirectiveType
impl PartialEq for SeedDirectiveType
impl StructuralPartialEq for SeedDirectiveType
Auto Trait Implementations§
impl Freeze for SeedDirectiveType
impl RefUnwindSafe for SeedDirectiveType
impl Send for SeedDirectiveType
impl Sync for SeedDirectiveType
impl Unpin for SeedDirectiveType
impl UnwindSafe for SeedDirectiveType
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