pub struct GitlabFile {
pub path: String,
pub content: String,
}
Fields§
§path: String
§content: String
Trait Implementations§
Source§impl Clone for GitlabFile
impl Clone for GitlabFile
Source§fn clone(&self) -> GitlabFile
fn clone(&self) -> GitlabFile
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GitlabFile
impl RefUnwindSafe for GitlabFile
impl Send for GitlabFile
impl Sync for GitlabFile
impl Unpin for GitlabFile
impl UnwindSafe for GitlabFile
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