pub enum PartitionError {
InvalidSyntax(String),
}Variants
InvalidSyntax(String)
Trait Implementations
sourceimpl Debug for PartitionError
impl Debug for PartitionError
Auto Trait Implementations
impl RefUnwindSafe for PartitionError
impl Send for PartitionError
impl Sync for PartitionError
impl Unpin for PartitionError
impl UnwindSafe for PartitionError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more