pub enum SinkError {
InvalidScope,
}Expand description
Erorrs during sink creation.
Variants§
InvalidScope
The scope value given was invalid i.e. empty or illegal characters.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SinkError
impl RefUnwindSafe for SinkError
impl Send for SinkError
impl Sync for SinkError
impl Unpin for SinkError
impl UnwindSafe for SinkError
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