pub struct NativeStackLayer {
pub id: String,
pub branch: String,
pub open: bool,
}Expand description
One review in a platform-recorded stack.
Fields§
§id: String§branch: String§open: boolWhether this layer’s review is still open. A landed layer keeps its place in the listing (verified live), so the ordering alone cannot say what has already happened - and a landed layer is one the platform has already retargeted away from.
Trait Implementations§
Source§impl Clone for NativeStackLayer
impl Clone for NativeStackLayer
Source§fn clone(&self) -> NativeStackLayer
fn clone(&self) -> NativeStackLayer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NativeStackLayer
impl Debug for NativeStackLayer
impl Eq for NativeStackLayer
Source§impl PartialEq for NativeStackLayer
impl PartialEq for NativeStackLayer
impl StructuralPartialEq for NativeStackLayer
Auto Trait Implementations§
impl Freeze for NativeStackLayer
impl RefUnwindSafe for NativeStackLayer
impl Send for NativeStackLayer
impl Sync for NativeStackLayer
impl Unpin for NativeStackLayer
impl UnsafeUnpin for NativeStackLayer
impl UnwindSafe for NativeStackLayer
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