pub struct SchemaFileArgs<'a> {
pub filename: Option<WIPOffset<&'a str>>,
pub included_filenames: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>,
}
Fields§
§filename: Option<WIPOffset<&'a str>>
§included_filenames: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SchemaFileArgs<'a>
impl<'a> RefUnwindSafe for SchemaFileArgs<'a>
impl<'a> Send for SchemaFileArgs<'a>
impl<'a> Sync for SchemaFileArgs<'a>
impl<'a> Unpin for SchemaFileArgs<'a>
impl<'a> UnwindSafe for SchemaFileArgs<'a>
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