pub struct ApiFunction {
pub content: String,
}Fields§
§content: StringAuto Trait Implementations§
impl Freeze for ApiFunction
impl RefUnwindSafe for ApiFunction
impl Send for ApiFunction
impl Sync for ApiFunction
impl Unpin for ApiFunction
impl UnwindSafe for ApiFunction
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