pub struct GenerationError {
pub message: String,
}Fields§
§message: StringImplementations§
Source§impl GenerationError
impl GenerationError
pub fn no_room_paths() -> Self
pub fn room_templates_cannot_be_loaded() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GenerationError
impl RefUnwindSafe for GenerationError
impl Send for GenerationError
impl Sync for GenerationError
impl Unpin for GenerationError
impl UnsafeUnpin for GenerationError
impl UnwindSafe for GenerationError
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