pub struct HuggingFacePlatformConfig {}Trait Implementations§
Source§impl Debug for HuggingFacePlatformConfig
impl Debug for HuggingFacePlatformConfig
Auto Trait Implementations§
impl Freeze for HuggingFacePlatformConfig
impl RefUnwindSafe for HuggingFacePlatformConfig
impl Send for HuggingFacePlatformConfig
impl Sync for HuggingFacePlatformConfig
impl Unpin for HuggingFacePlatformConfig
impl UnsafeUnpin for HuggingFacePlatformConfig
impl UnwindSafe for HuggingFacePlatformConfig
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