pub struct ReleaseBodyArgs {
pub from_to_page: Option<ListBodyArgs>,
}
Fields§
§from_to_page: Option<ListBodyArgs>
Implementations§
Source§impl ReleaseBodyArgs
impl ReleaseBodyArgs
pub fn builder() -> ReleaseBodyArgsBuilder
Trait Implementations§
Source§impl Clone for ReleaseBodyArgs
impl Clone for ReleaseBodyArgs
Source§fn clone(&self) -> ReleaseBodyArgs
fn clone(&self) -> ReleaseBodyArgs
Returns a duplicate 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 ReleaseBodyArgs
impl RefUnwindSafe for ReleaseBodyArgs
impl Send for ReleaseBodyArgs
impl Sync for ReleaseBodyArgs
impl Unpin for ReleaseBodyArgs
impl UnwindSafe for ReleaseBodyArgs
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