pub struct UseSchemaParams {
pub schema_filename: String,
}
Fields§
§schema_filename: String
Trait Implementations§
Source§impl Debug for UseSchemaParams
impl Debug for UseSchemaParams
Source§impl Parse for UseSchemaParams
impl Parse for UseSchemaParams
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for UseSchemaParams
impl RefUnwindSafe for UseSchemaParams
impl Send for UseSchemaParams
impl Sync for UseSchemaParams
impl Unpin for UseSchemaParams
impl UnwindSafe for UseSchemaParams
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