Struct rust_bert::resources::LocalResource [−][src]
pub struct LocalResource {
pub local_path: PathBuf,
}Expand description
Fields
local_path: PathBufLocal path for the resource
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LocalResource
impl Send for LocalResource
impl Sync for LocalResource
impl Unpin for LocalResource
impl UnwindSafe for LocalResource
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
